home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / comm / pwrpgp32.zip / POWERPGP.EXE / 0 / RCDATA / TFORM9 / TFORM9.txt < prev   
Text File  |  1996-06-06  |  793b  |  41 lines

  1. object Form9: TForm9
  2.   Left = 238
  3.   Top = 160
  4.   BorderStyle = bsDialog
  5.   Caption = 'Signature'
  6.   ClientHeight = 155
  7.   ClientWidth = 522
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Signature: TMemo
  17.     Left = 10
  18.     Top = 10
  19.     Width = 503
  20.     Height = 103
  21.     Font.Color = clMaroon
  22.     Font.Height = -11
  23.     Font.Name = 'MS Sans Serif'
  24.     Font.Style = [fsBold]
  25.     ParentFont = False
  26.     ScrollBars = ssVertical
  27.     TabOrder = 0
  28.     WordWrap = False
  29.   end
  30.   object BitBtn1: TBitBtn
  31.     Left = 10
  32.     Top = 118
  33.     Width = 505
  34.     Height = 29
  35.     Caption = '&OK'
  36.     TabOrder = 1
  37.     OnClick = BitBtn1Click
  38.     Kind = bkOK
  39.   end
  40. end
  41.